home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TFRMFDEDITOR / TFRMFDEDITOR.txt
Text File  |  2004-12-09  |  2KB  |  110 lines

  1. object frmFDEditor: TfrmFDEditor
  2.   Left = 66
  3.   Top = 172
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 177
  6.   ClientWidth = 364
  7.   Font.Charset = RUSSIAN_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Tahoma'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lsbLocked: TListBox
  17.     Left = 8
  18.     Top = 48
  19.     Width = 261
  20.     Height = 121
  21.     IntegralHeight = True
  22.     ItemHeight = 13
  23.     Sorted = True
  24.     TabOrder = 1
  25.   end
  26.   object lsbTransparent: TListBox
  27.     Left = 8
  28.     Top = 48
  29.     Width = 261
  30.     Height = 121
  31.     IntegralHeight = True
  32.     ItemHeight = 13
  33.     Sorted = True
  34.     TabOrder = 8
  35.   end
  36.   object lsbProtected: TListBox
  37.     Left = 8
  38.     Top = 48
  39.     Width = 261
  40.     Height = 121
  41.     IntegralHeight = True
  42.     ItemHeight = 13
  43.     Sorted = True
  44.     TabOrder = 2
  45.     OnClick = lsbProtectedClick
  46.   end
  47.   object btnAdd: TButton
  48.     Left = 280
  49.     Top = 8
  50.     Width = 77
  51.     Height = 25
  52.     Caption = '&Add...'
  53.     TabOrder = 3
  54.     OnClick = btnAddClick
  55.   end
  56.   object btnDelete: TButton
  57.     Left = 280
  58.     Top = 36
  59.     Width = 77
  60.     Height = 25
  61.     Caption = '&Delete'
  62.     TabOrder = 4
  63.     OnClick = btnDeleteClick
  64.   end
  65.   object btnOk: TButton
  66.     Left = 280
  67.     Top = 116
  68.     Width = 77
  69.     Height = 25
  70.     Caption = 'OK'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 6
  74.   end
  75.   object btnCancel: TButton
  76.     Left = 280
  77.     Top = 144
  78.     Width = 77
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = 'Cancel'
  82.     ModalResult = 2
  83.     TabOrder = 7
  84.   end
  85.   object btnClear: TButton
  86.     Left = 280
  87.     Top = 64
  88.     Width = 77
  89.     Height = 25
  90.     Caption = '&Clear'
  91.     TabOrder = 5
  92.     OnClick = btnClearClick
  93.   end
  94.   object rgrControls: TRadioGroup
  95.     Left = 8
  96.     Top = 4
  97.     Width = 261
  98.     Height = 37
  99.     Caption = 'Controls'
  100.     Columns = 3
  101.     ItemIndex = 0
  102.     Items.Strings = (
  103.       'Locked'
  104.       'Protected'
  105.       'Transparent')
  106.     TabOrder = 0
  107.     OnClick = rgrControlsClick
  108.   end
  109. end
  110.